In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetTextUnderlineColor Method

SetTextUnderlineColor Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function SetTextUnderlineColor( _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte _

) As GdPictureStatus
public GdPictureStatus SetTextUnderlineColor( 

   byte Red,

   byte Green,

   byte Blue

)
public function SetTextUnderlineColor( 

    Red: Byte;

    Green: Byte;

    Blue: Byte

): GdPictureStatus; 
public function SetTextUnderlineColor( 

   Red : byte,

   Green : byte,

   Blue : byte

) : GdPictureStatus;
public: GdPictureStatus SetTextUnderlineColor( 

   byte Red,

   byte Green,

   byte Blue

) 
public:

GdPictureStatus SetTextUnderlineColor( 

   byte Red,

   byte Green,

   byte Blue

) 

Parameters

Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members